@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

* {
	margin:0px;
	padding:0px;
}
ul {
	list-style:none;
}
a, a:hover {
	text-decoration:none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6 {
	padding:0px;
	margin:0px;
}
h1,h2,h3,h4,h5,h6,p,b,strong,il,li,a {
	margin:0px;
	padding:0px;
}
body {
	font-size:14px;
	color:#000;
	box-sizing:border-box;
	font-family: 'Montserrat', sans-serif;
}
/*********************/
body::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	background-color:#eee;
	cursor:pointer;
}
body::-webkit-scrollbar {
	width:7px;
	cursor:pointer;
}
body::-webkit-scrollbar-thumb {
	background-color:#00347a;
}
body::-webkit-scrollbar-thumb:hover { 
	background-color:#000;
}
title {
	color:red;
}
.sideapi{background: #416b9d; border-radius: 5px; padding: 10px; line-height: 28px;}
.sideapi a{color:#fff;}
.sideapi a:hover{color:#fff; font-size:bold;}

/*********************/
.header-nav {
	padding:0px 40px 0px 40px;
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #224B83;
    
}
.fixed-top {
	position:relative;
	display:block;
	background: #ffffff;
    background: -moz-linear-gradient(45deg, #ffffff 0%,#fdfdfd 50%,#ffffff 100%);
    background: -webkit-linear-gradient(45deg, #ffffff 0%,#fdfdfd 50%,#ffffff 100%);
    background: linear-gradient(45deg, #ffffff 0%,#fdfdfd 50%,#ffffff 100%);
	top:0px;
	box-shadow:0px 3px 6px 0px rgb(0 0 0 / 10%);
	transition:all.3s ease-in-out;
}
.logo {
    background: #fff;
    padding: 5px 0;
    width: 14rem;
}
.header-scrolled {
    position: fixed;
	padding:7px 0;
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.scrollto img {
	width:100%;
	height:auto;
	transition:all.5s ease;
}
.main-nav {
	float:right;
	transition:all.3s ease-in-out;
}
.main-nav > ul {
	margin: 3.9% 0;
    display: flex;
	transition:all.3s ease-in-out;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}
.main-nav a {
	color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 6px 10px;
}
.main-nav ul li:after {
    position: absolute;
    bottom:0;
    left: 0;
	right:0;
	margin:0 auto;
    width: 90%;
    height: 2px;
    content: '';
    background-color: #2c448d;
    opacity: 0;
    transition: all 200ms linear;
}
.main-nav ul li:hover:after {
	bottom: 0px;
	opacity: 1;
}
.main-nav .drop-down ul li:after {
	display:none;
}
.main-nav li:last-child {
	border-right:0px;
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
	color: #fff;
	text-decoration: none;
}
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: ease all 0.3s;
	padding: 6px;
	background-color: #fcfaff;
    box-shadow: 0 5px 10px 0 rgb(138 155 165 / 15%);
    border: none;
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-nav .drop-down li {
	min-width: 180px;
	position: relative;
}
.main-nav .drop-down ul li {
	/* border-bottom: 1px solid #f4f4f7; */
	margin-top:0px;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down ul li a {
	padding: 4px 15px;
    color: #212121;
    border-radius: 2px;
    font-weight: 500;
    transition: all 200ms linear;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    width: 100%;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
	color: #fff;
    background-color: rgb(2 60 124 / 56%);
}
.main-nav .drop-down > a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
    font-size: 10px;
}
.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 10px);
}
.main-nav .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}
/*******************/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -280px;
	width: 280px;
	padding-top: 18px;
	background: #416b9d;
	transition: 0.4s;
}
.mobile-nav a {
	display: block;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-family: Montserrat;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #ee2324;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	padding:35px;
	background: none;
	font-size: 35px;
	transition: all 0.4s;
	outline: none;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	/* margin: 18px 18px 0 0; */
	color: #fff;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: none;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

/*********************/
/*.header-nav {
	padding:0 40px 0 40px;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand {
	padding-top:0rem;
	padding-bottom:0rem;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	position:fixed;
}
.start-header.scroll-on .navbar-brand img {
	height: 55px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	right:0;
	z-index: 123;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	background: #ffffff;
	background: -moz-linear-gradient(45deg, #ffffff 0%,#fdfdfd 50%,#ffffff 100%);
	background: -webkit-linear-gradient(45deg, #ffffff 0%,#fdfdfd 50%,#ffffff 100%);
	background: linear-gradient(45deg, #ffffff 0%,#fdfdfd 50%,#ffffff 100%);
}
.navbar {
	padding: 5px 0;
}
.navbar-brand img {
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link {
	color: #212121 !important;
	font-weight: 500;
	font-size:14px;
    transition: all 200ms linear;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 0 !important;
	letter-spacing:0.25px;
	display: inline-block;
}
.nav-item:hover .nav-link {
	color: #b93832 !important;
}
.nav-item.active .nav-link {
	color: #003a7b !important;
}
.nav-item:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #013c7d;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after {
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after {
	opacity: 0;
}
.nav-item {
	position: relative;
    transition: all 200ms linear;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 4px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgb(2 60 124 / 56%);
}

@media (max-width: 767px) { 
	
}

/************************/
#carousel {
	/* margin-top:60px; */
	overflow:hidden;
}
.carousel-inner img {
	width:100%;
	height:auto;
}
.carousel-inner {
	position:relative;
}
#carousel .carousel-control {
	background:none;
	top:46%;
	font-size:20px;
	text-align:center;
	width:40px;
	height:40px;
	opacity:1;
	position:absolute;
}
#carousel .carousel-control-right{
	right:4%;
}
#carousel .carousel-control-left{
	left:2%;
}
#carousel .carousel-control-right span{
	-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
	visibility:hidden;
	transition:transform 0.5s ease;
	opacity:0;
}
#carousel .carousel-control-left span{
	-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
	visibility:hidden;
	transition:transform 0.5s ease;
	opacity:0;
}
#carousel:hover .carousel-control-right span{
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	visibility:visible;
	opacity:1;
}
#carousel:hover .carousel-control-left span{
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	visibility:visible;
	opacity:1;
}
#carousel .carousel-control span {
	color:#fff;
	background: #000;
	height:40px;
	width:40px;
	z-index:121;
	line-height:40px;
	text-align:center;
	position:absolute;
}
/************************/
#hm_abt_tet {
	padding:70px 0 0 0;
}
.hm_txt {
	padding: 30px 8px;
    background: #416b9d;
    margin-bottom: 10px;
    border: 4px solid #416b9d;
	display:block;
}
.hm_txt h4 {
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:1.3rem;
}
.hm_txt1 {
	padding: 30px 8px;
    background: #224B83;
    margin-bottom: 10px;
    border: 4px solid #224B83;
	display:block;
}
.hm_txt1 h4 {
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:1.3rem;
}
/************************/
#hm_abt_section {
	padding:70px 0 90px 0;
	position:relative;
}
.border {
	border:2px solid #ddd !important;
	padding:20px 15px 15px 0;
	background:url(../images/abt-banner1.jpg) no-repeat right bottom;
}
.hm_abt_dot {
	position:relative;
}
.hm_abt_dot:before {
    height: 371px;
    width: 100%;
    background: url(../images/testmonial-back.png) repeat-x;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    z-index: -1;
}
.hm_abt_dtl h2 {
	font-size:26px;
	color:#f00;
	text-transform:capitalize;
	padding-bottom:5px;
	position:relative;
	margin-bottom:10px;
}
.hm_abt_dtl h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 15%;
    height: 2px;
    background: #f00;
}
.hm_abt_dtl p {
	font-size: 14px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
	line-height:22px;
	padding-bottom:10px;
	font-weight:bold;
}
.hm_abt_anch {
    text-align: left;
    border: solid 2px #00377a;
    width: 150px;
    border-radius: 100px;
    float: left;
    margin-top: 15px;
	margin-bottom:20px;
    background: linear-gradient(to right, #00377a 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
.hm_abt_anch a i {
	margin-right:5px;
	font-size:15px;
	color:#000;
	transition: all .5s ease-out;
}
.hm_abt_anch a {
    display: block;
	color:#000;
	font-size:14px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
}
.hm_abt_anch:hover{
    color: #2d2f8a;
    background-position: left bottom;
}
.hm_abt_anch:hover i {
	color:#fff;
	margin-left:-10px;
	transition: all .5s ease-out;
}
.hm_abt_anch:hover a {
	color:#fff;
	font-weight:normal;
}
.hm_abt_right ul {
    float: left;
    width: 111%;
    text-align: center;
    position: relative;
    height: auto;
    left: -15%;
}
.hm_abt_right ul li {
    list-style: none;
    width: auto;
    height: auto;
    color: #fff;
    margin: 0px 0px 8px 0px;
    padding: 24px 22px 24px 22px;
    vertical-align: top;
    background: #224b83;
    text-align: left;
}
.hm_abt_right ul li div {
    text-align: left;
    width: auto;
    float: none !important;
    margin: auto !important;
    display: table;
    width: 100%;
}
.hm_abt_right ul li .number {
    font-size: 36px;
    text-align: left;
    line-height: 36pt;
    display: table-cell;
    width: 100px;
}
.hm_abt_right ul li h5 {
    border-left: 1px solid #fff;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
}
/*********************/
#hm_choose_main {
	background-image: url(../images/parallax-bg.jpg);
	height: 350px;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center top;
}
.hm_choose_hed {
	padding:3.2rem 0;
}
.hm_choose_hed h2 {
	font-size:26px;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	text-transform:capitalize;
	padding-bottom:10px;
}
#hm_choose_btm {
	position: relative;
    z-index: 1;
    padding: 25px;
    margin: -220px 0 70px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.hm_why_lft {
	position:relative;
	padding-bottom:2rem;
}
.hm_why_lft ul {
	width:90%;
    text-align: center;
    position: relative;
    height: auto;
}
.hm_why_lft ul li {
    list-style: none;
    width: auto;
    height: auto;
    color: #fff;
    margin: 0px 0px 8px 0px;
    padding: 18px 22px 18px 22px;
    vertical-align: top;
    background: #224b83;
    text-align: left;
}
.hm_why_lft ul li div {
    text-align: left;
    width: auto;
    float: none !important;
    margin: auto !important;
    display: table;
    width: 100%;
}
.hm_why_lft ul li .number {
    text-align: left;
    display: table-cell;
    width: 90px;
}
.hm_why_lft ul li h5 {
    border-left: 1px solid #fff;
    padding-left: 15px;
	color:#fff;
    display: table-cell;
    vertical-align: middle;
}
.hm_why_lft ul li a {
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	transition: all .5s ease-out;
}
.hm_why_lft ul li a:hover i {
	color:#f00;
	margin-left:10px;
	transition: all .5s ease-out;
}
.hm_why_lft ul li a:hover {
	color:#f00;
}
.hm_why_lft:before {
    position: absolute;
    content: '';
	border-left:15px solid #e2e2e2;
	border-top:15px solid transparent;
	border-right:15px solid transparent;
	border-bottom:15px solid transparent;
    right: -14px;
    top: 25px;
}
.hm_why_lft:after {
    position: absolute;
    content: '';
    background: #e2e2e2;
    width: 1px;
    height: 100%;
    right: 16px;
    top: 0;
}
.hm_why_mg img {
	border-radius:10px;
	margin-bottom:20px;
}
.hm_why_mg h4 {
	font-size:20px;
	color:#f00;
	letter-spacing:1px;
	text-transform:capitalize;
	padding-bottom:5px;
	position:relative;
}
.hm_why_mg h4:after {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:15%;
	height:2px;
	background:#f00;
}
.hm_why_mg p {
	font-size: 14px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
	line-height:22px;
	padding-top:10px;
	font-weight:bold;
}
.hm_why_btm {
	padding:20px 0;
}
.hm_why_btm span {
	font-size: 15px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
	line-height:22px;
	text-align:center;
	display:block;
}
/**********************/
#hm_core_main {
	padding:0 0 70px 0;
}
.hm_core_hed h2 {
	text-align:center;
	font-size:26px;
	color:#224b83;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:capitalize;
	padding-bottom:10px;
	position:relative;
}
.hm_core_hed h2:before {
	position:absolute;
	content:'';
	width:20px;
	height:3px;
	background:#75bbdf;
	margin:0 auto;
	bottom:0;
	left:0;
	right:25px;
}
.hm_core_hed h2:after {
	position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #000;
    margin: 0 auto;
    bottom: 0;
    left: 40px;
    right: 0;
}
.hm_core_hed {
	padding-bottom:30px;
}
.hm-abt-detail {
	background:url(../images/core-bg.jpg) no-repeat;
	border-bottom:3px solid #f00;
	padding:40px 15% 0;
	height:215px;
	background-position:center;
	background-size:cover;
	cursor:pointer;
}
.hm-abt-detail img {
	margin:0 auto;
	display:table;
	margin-bottom:20px;
}
.hm-abt-detail h5 {
	text-align:center;
	font-size:17px;
	letter-spacing:1px;
	color:#fff;
}
.owl-carousel .owl-item img {
	width:100%;
}
.owl-carousel .owl-item .hm-abt-detail img {
	width:auto !important;
	display:block;
}
.hm-abt-detail:hover {
	border-bottom:2px solid #000;
}
#hm_core_main .owl-dots {
	display:block;
	margin-top:20px;
}
.owl-carousel .owl-nav {
	display:none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 6px !important;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
/*********************/
#hm_prd_main {
	background: rgb(34 75 131);
    background: -moz-linear-gradient(45deg,rgb(148 209 240) 0%,rgb(143 206 240 / 1) 28%,rgb(118 182 226) 100%);
    background: -webkit-linear-gradient(45deg,rgb(148 209 240) 0%,rgb(143 206 240 / 1) 28%,rgb(118 182 226) 100%);
    background: -o-linear-gradient(45deg,rgb(148 209 240) 0%,rgb(143 206 240 / 1) 28%,rgb(118 182 226) 100%);
    background: -ms-linear-gradient(45deg,rgb(148 209 240) 0%,rgb(143 206 240 / 1) 28%,rgb(118 182 226) 100%);
    background: linear-gradient(45deg,rgb(148 209 240) 0%,rgb(143 206 240 / 1) 28%,rgb(118 182 226) 100%);
	position:relative;
	padding:30px 0;
	height: 350px;
    overflow: hidden;
    background-position: center top;
}
#hm_prd_main:before {
    content: "";
    background: url(../images/pattern.png);
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 50px;
}
.hm_prd_bx {
	padding-top:65px;
	z-index:1;
}
.hm_prd_hed h2 {
	font-size:26px;
	color:#000;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:25px 0 25px 0;
}
#hm_prd_btm {
	position: relative;
    z-index: 1;
    padding: 25px;
    margin: -220px 0 70px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.hm_prd_lft {
	position:relative;
	padding-bottom:2rem;
}
.hm_prd_lft {
	width:90%;
    position: relative;
    height: auto;
	margin-left:10%;
}
.hm_prd_lft ul li {
    list-style: none;
    width: auto;
    height: auto;
    color: #fff;
    margin: 0px 0px 5px 0px;
    padding: 9px 12px 9px 12px;
    vertical-align: top;
    background: #416b9d;
    text-align: left;
}
.hm_prd_lft ul li div {
    text-align: left;
    width: auto;
    float: none !important;
    margin: auto !important;
    display: table;
    width: 100%;
}
.hm_prd_lft ul li .number {
    text-align: left;
    display: table-cell;
    width: 70px;
}
.hm_prd_lft ul li h6 {
    border-left: 1px solid #fff;
    padding-left: 15px;
	color:#fff;
	font-size:14px;
	/* text-transform:uppercase; */
    display: table-cell;
    vertical-align: middle;
}
.hm_prd_lft ul li a {
	color:#fff;
	/* text-transform:uppercase; */
	letter-spacing:1px;
	transition: all .5s ease-out;
}
.hm_prd_lft ul li a:hover i {
	color:#f00;
	margin-left:10px;
	transition: all .5s ease-out;
}
.hm_prd_lft ul li a:hover {
	color:#f00;
}
.hm_prd_lft:before {
    position: absolute;
    content: '';
	border-left:15px solid #e2e2e2;
	border-top:15px solid transparent;
	border-right:15px solid transparent;
	border-bottom:15px solid transparent;
    left: -10%;
    top: 25px;
}
.hm_prd_lft:after {
    position: absolute;
    content: '';
    background: #e2e2e2;
    width: 1px;
    height: 100%;
    left: -10%;
    top: 0;
}
.hm_prd_rht img {
	border-radius:10px;
	margin-bottom:20px;
}
.hm_prd_rht h4 {
	font-size:20px;
	color:#f00;
	letter-spacing:1px;
	text-transform:capitalize;
	padding-bottom:5px;
	position:relative;
	margin-bottom:15px;
}
.hm_prd_rht h4:after {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:15%;
	height:2px;
	background:#f00;
}
.hm_prd_rht p {
	font-size: 14px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
	font-weight:500;
	line-height:26px;
}
.hm_prd_rht span {
	padding-bottom:10px;
	display:block;
	font-size: 14px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
	font-weight:bold;
	line-height:24px;
}
.hm_why_btm {
	padding:20px 0;
}
.hm_why_btm span {
	font-size: 15px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
	line-height:22px;
	text-align:center;
	display:block;
}
/*******************/
#hm_blog_main {
	padding:50px 0 70px 0;
	background:#f9f9f9;
}
.hm_blog_hed h2 {
	text-align:center;
	font-size:26px;
	color:#224b83;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:capitalize;
	padding-bottom:10px;
	position:relative;
}
.hm_blog_hed h2:before {
	position:absolute;
	content:'';
	width:20px;
	height:3px;
	background:#75bbdf;
	margin:0 auto;
	bottom:0;
	left:0;
	right:25px;
}
.hm_blog_hed h2:after {
	position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #000;
    margin: 0 auto;
    bottom: 0;
    left: 40px;
    right: 0;
}
.hm_blog_hed {
	padding-bottom:30px;
}
.news-block {
    position: relative;
}
.news-block .inner-box {
    position: relative;
}
.news-block .image-box {
    position: relative;
    overflow: hidden;
}
.news-block .image-box a {
    position: relative;
    display: block;
}
.news-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
}
.news-block .image-box a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #181818;
    background-image: url(../images/post-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    opacity: .90;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}
.news-block .inner-box:hover .image-box a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}
.news-block .image-box img {
    width: 100%;
    height: auto;
    display: block;
}
.news-block .lower-content {
    position: relative;
    padding: 30px 0px;

}
.news-block .lower-content h6 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 15px;
}
.news-block .lower-content h6 a {
    display: inline-block;
    color: #222222;
	text-transform:uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .lower-content h6 a:hover {
    color: #c92720;
}
.news-block .lower-content .info {
    position: relative;
    margin-bottom: 10px;
}
.news-block .lower-content .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #f7c02d;
    margin-bottom: 5px;
}
.news-block .lower-content .info ul {
    display: block;
}
.news-block .lower-content .info ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
}
.news-block .lower-content .info ul li a {
    color: #416b9d;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .lower-content .info ul li a:hover {
    color: #f7c02d;
}
.news-block .lower-content .text {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}
.news-block .lower-content .more-box {
    border: 1px solid #c1c0c0;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin-top: 30px;
}
.news-block .lower-content .author-box {
    float: left;
    margin: 0;
}
.news-block .lower-content .author-box img {
    width: 30px;
    border-radius: 50%;
}
.news-block .lower-content .author-box .author-name {
    text-transform: uppercase;
    color: #848484;
    font-size: 14px;
    margin-left: 10px;
}
.news-block .lower-content .link-box {
    position: relative;
    float: right;
}
.news-block .lower-content .link-box .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #f9f9f9;
    background-image: url(../images/arrow-right.png);
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .lower-content .link-box .icon1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    background-image: url(../images/arrow-right.png);
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box:hover .lower-content .link-box .icon {
    right: 100%;
    margin-right: 10px;
}
.news-block .inner-box:hover .lower-content .link-box .icon1 {
    right: 100%;
    margin-right: 10px;
}
.news-block .lower-content .link-box a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #c92720;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .lower-content .link-box a:hover {
    text-decoration: underline;
}
/*******************/
#hm_footer_main {
    background: #416b9d;
    padding: 0px 0px 0px;
    position: relative;
}
#hm_footer_main::before {
    position: absolute;
    z-index: 9;
    content: "";
    height: 34px;
    width: 85%;
    background: #f9f9f9;
    transform: skew(-43deg, 0deg);
    left: -16px;
    right: 0;
}
.hm_tp_foot {
	padding: 70px 15px 40px;
}
.tp_foot_hed h5 {
	color:rgba(255,255,255,0.8);
	font-size:18px;
	padding-bottom:10px;
}
.tp_foot_hed ul li a {
	color:rgba(255,255,255,0.8);
	font-size:15px;
	line-height:24px;
	letter-spacing:0.25px;
	opacity: 0.85;
}
.tp_foot_hed ul li a:hover {
	opacity:1;
}
.add ul li {
	padding-bottom:5px;
}
.add ul li:hover i {
	color:#c92720;
	opacity:1;
}
.add ul li i {
	color:rgba(255,255,255,0.8);
	font-size:14px;
	margin-right:5px;
	opacity: 0.65;
}
.hm_dp_foot {
    background: #464646;
    padding: 0px 0px 10px;
    margin-top: 0;
    position: relative;
}
.hm_dp_foot::before {
    z-index: 9;
    content: "";
    position: absolute;
    height: 34px;
    width: 11%;
    left: 0;
    right: 0;
    background: #416b9d;
    transform: skew(-43deg, 0deg);
    left: -16px;
}
.foot_dp_txt p {
    padding-top: 20px;
	text-align:center;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
	font-size:14px;
}
.foot_dp_txt p a {
	color:#fdfdfd;
}
.foot_dp_txt p a:hover {
	color:#000;
}
/**********Inner-Page**************/
.inner_banner {
    /* height:500px; */
    height:560px;
    width: 100%;
    background-size: cover; 
    background-position: center center; 
    display: block;
    position: relative;
}
.inner_banner1 {
    /* height:500px; */
    height:560px;
    width: 100%;
    background-size: cover; 
    background-position: center center; 
    display: block;
    position: relative;
}
.research_banner {
    /* height:500px; */
    height:560px;
    width: 100%;
    background-size: cover;
	background-position: center center;
    display: block;
    position: relative;
}
.inner_banner:after, .overlay_banner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(18,19,48,1);
    opacity: .4;
}
.inner_banner1:after, .overlay_banner1:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(18,19,48,1);
    opacity: .3;
}
.overlay_banner:before, .overlay_banner1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    background-image: url(../images/inn-banner-bg.png);
    opacity: 1;
	width:100%;
    z-index: 9;
	background-size:contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.banner_hed {
	position:absolute;
	padding:40px 0 0 0;
	text-align:center;
	display:block;
	left:20px;
	right:0;
	z-index:99;
}
.banner_hed ul {
	/* margin:0 auto; */
	display:table;
	padding:15px 20px;
	background: rgb(249 249 249);
	opacity:.6;
}
.banner_hed ul li {
	float:left;
	margin-left:8px;
}
.banner_hed ul li i {
	font-size:12px;
	color:#000;
}
.banner_hed ul li a {
	color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0 3px;
    display: block;
}
.banner_hed ul li a:hover {
	color:red;
}
/*************************/
#inn_product_section {
	background-image: url(../images/bg-body-left.png),url(../images/bg-body-right.png);
    background-position: top left, top -60px right;
    background-repeat: no-repeat, no-repeat;
	/* padding:30px 0 80px 0; */
	padding:0 0 55px 0;
}
.inn_prd_hed h1 {
    font-size: 28px;
    color: #033d7d;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-bottom:5px;
	position:relative;
}
.inn_prd_hed h1:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 3px;
    background: #75bbdf;
    bottom: 0;
    left: 0;
    right: 25px;
}
.inn_prd_hed h1:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #000;
    bottom: 0;
    left: 30px;
    right: 0;
}
.inn_prd_para p {
    font-size: 13px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 22px;
}
.inn_prod_table {
	/* padding-top:40px; */
	padding-top:30px;
}
.table-brd {
    border-radius: 20px 20px 0 0!important;
	overflow: hidden;
}
.table thead tr th {
	color:#fff;
	border:1px solid #ccc;
	background:#033c7b;
	font-size:15px;
	padding:10px 15px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:1px;
	font-weight:normal;
	border-top:1px solid #666 !important;
}
.table tr .tb_bg1 {
	background:#f6f6f6;
	color:#224B83;
	font-size:15px;
}
.table tr .tb_bg2 {
    color: #224B83;
    font-size: 15px;
}
.table tr .tb_bg {
	background:#fbfbfb;
	color:#224B83;
	font-size:15px;
}
.inn_prod_table tbody tr td {
	border:1px solid #ccc;
	color:#555;
	background:#fff;
	font-size:14px;
	padding:6px 15px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:0.50px;
	line-height:23px;
	vertical-align:middle;
}
.inn_prod_table .td_bld {
	font-weight:bold;
	font-size:15px;
	text-align:center
}
#searchthis {
	float:right;
	margin-bottom:10px;
}
#namanyay-search-btn {
	background:#224B83;
	color:white;
	font-family: 'Montserrat', sans-serif;
	padding:10px 20px;
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-o-border-radius:0 5px 5px 0;
	border:0 none;
	cursor:pointer;
	width:auto;
}
#namanyay-search-box {
	background: #b9b9b9;
	padding:10px;
	 border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	-o-border-radius:5px 0 0 5px;
	border:0 none;
	width:280px;
 }
.inn_prd_hed2 {
	/* padding-top:3rem; */
	padding-top:30px;
}
.inn_prd_hed2 h2 {
	font-size:26px;
	color:#000;
	text-align:center;
	letter-spacing:1px;
	text-transform:capitalize;
}
 /****************************/
 #inn_about_section {
	background-image: url(../images/bg-body-left.png),url(../images/bg-body-right.png);
    background-position: top left, top -60px right;
    background-repeat: no-repeat, no-repeat;
	padding:30px 0 100px 0;
}
.inn_abt_hed {
	padding-bottom:20px;
}
.inn_abt_hed h1 {
    font-size: 28px;
    color: #033d7d;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-bottom:7px;
	position:relative;
}
.inn_abt_hed h1:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 3px;
    background: #75bbdf;
    bottom: 0;
    left: 0;
    right: 25px;
}
.inn_abt_hed h1:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #000;
    bottom: 0;
    left: 30px;
    right: 0;
}
.inn_abt_para p {
    font-size: 14.5px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
    line-height: 24px;
	padding-top:10px;
}
/***********************/
.inn_qlt_mg {
    float: left;
    width: 100%;
    padding: 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.inn_qlt_mg img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: inline-block;
    z-index: -1;
}
.inn_qlt_mg:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(../images/blue-frem.png) top left no-repeat;
    width: 174px;
    height: 200px;
    z-index: 100;
}
.inn_qlt_mg:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background: url(../images/red-frem.png) right bottom no-repeat;
    width: 174px;
    height: 200px;
    z-index: 100;
}
/************************/
#inn_rd_main {
	background: #667db6;
	background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
	background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
	position:relative;
	padding:30px 0;
	height: 350px;
    overflow: hidden;
    background-position: center top;
}
#inn_rd_main:before {
    content: "";
    background: url(../images/pattern.png);
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 50px;
}
.inn_rd_hed h2 {
	font-size:26px;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:25px 0 25px 0;
}
#inn_rd_btm {
	position: relative;
    z-index: 1;
    padding: 25px;
    margin: -220px 0 100px;
    background: #fefefe;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.inn_rd_lst {
	position:relative;
}
.inn_rd_lst:after {
	position:absolute;
	content:'';
	right:40px;
	top:0;
	bottom:0;
	width:1px;
	height:100%;
	background:#ccc;
	opacity:0;
}
.lst_bg:after {
	background:#ccc;
	opacity:0;
}
.inn_rd_lst p {
    font-size: 15px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 30px;
}
.inn_rd_lst p i {
	margin-right:5px;
}
/***********************/
.rw_pd {
	padding-top:30px;
}
.inn_medical_bx {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 10px 5px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}
.inn_medical_hed h4 {
	font-size: 17px;
    color: #224B83;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
/***************************/
.sub-head {
	padding-bottom: 15px;
    border-bottom: 1px dashed #000;
    position: relative;
    margin-bottom: 30px;
}
.sub-head:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	bottom: -5px;
}
.sub-head h4 {
	color: #033d7d;
	font-weight: 800;
	text-transform: uppercase;
}
.sub-head span {
	color: #033d7d;
}
.contact-info .item {
	margin-bottom: 40px;
}
.contact-info .icon {
	background: #416b9d;
	border: 1px solid #416b9d;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	color: #f2f2f2;
	float: left;
}
.contact-info .cont {
	margin-left: 55px;
}
.contact-info .cont h6 {
	font-size: 15px;
	margin-bottom: 5px;
}
.contact-info .cont p {
	display: inline-block;
	font-size: 14.5px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid #2D2D32;
	letter-spacing:0.50px;
	padding-bottom:5px;
}
.contact-info .cont p a {
    color:#2D2D32;
}
.contact-info .cont p a:hover {
	color:#c92720;
}
.contact input, .contact textarea {
	width: 100%;
	padding: 15px;
	border: 0;
	border-bottom: 1px solid #2A2A2E;
	background: #f7f7f7;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
.contact input:focus, .contact textarea:focus {
	border-color: #555;
}
.contact textarea {
	height: 140px;
}
.butn {
	padding: 15px 35px;
	border-radius: 5px;
	position: relative;
	z-index: 3;
	border: 1px solid transparent;
	-webkit-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
	outline: none !important;
	overflow: hidden;
}
.butn:after {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #d0bb79;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.butn:hover:after {
	height: 100%;
}
.butn span {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 2px;
	color: #d0bb79;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.butn-bg {
	background: #c92720;
}
.butn-bg:after {
	background: #fff;
}
.butn-bg:hover span {
	color: #EB3349;
}
.butn-bg span {
	color: #fff;
}
.map {
	margin-top:50px;
}

/**********************/
.blog_banner {
    height:150px;
    width: 100%;
	background: linear-gradient(45deg,rgb(65 107 157) 0%,rgb(86 123 171) 28%,rgb(0 52 122 / 83%) 100%);
    display: block;
    position: relative;
}
.inner_banner:after, .overlay_banner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(18,19,48,1);
    opacity: .2;
    /* opacity: .4; */
}
#inn_blog_section {
	padding:0 0 100px 0;
	margin-top:-30px;
}
.blog_bx {
    background: #fff;
    padding: 53px 70px 54px 55px;
    -webkit-box-shadow: 2px 3px 20px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 3px 20px -7px rgba(0,0,0,0.75);
    box-shadow: 2px 3px 20px -7px rgba(0,0,0,0.75);
	margin-bottom:50px;
}
.blog_bx h1 {
    font-size: 35px;
    color: #033d7d;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: capitalize;
    /* padding-bottom:10px; */
}
.news-block .lower-content1 {
    position: relative;
    padding: 30px 0px;
}
.news-block .lower-content1 h6 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 15px;
	height:70px;
}
.news-block .lower-content1 h6 a {
    display: inline-block;
    color: #222222;
	text-transform:uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .lower-content1 h6 a:hover {
    color: #c92720;
}
.news-block .lower-content1 .info {
    position: relative;
    margin-bottom: 10px;
}
.news-block .lower-content1 .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #f7c02d;
    margin-bottom: 5px;
}
.news-block .lower-content1 .info ul {
    display: block;
}
.news-block .lower-content1 .info ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
}
.news-block .lower-content1 .info ul li a {
    color: #416b9d;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .lower-content1 .info ul li a:hover {
    color: #f7c02d;
}
.news-block .lower-content1 .text {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}
.news-block .lower-content1 .more-box {
    border: 1px solid #c1c0c0;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin-top: 30px;
}
.news-block .lower-content1 .author-box {
    float: left;
    margin: 0;
}
.news-block .lower-content1 .author-box img {
    width: 30px;
    border-radius: 50%;
}
.news-block .lower-content1 .author-box .author-name {
    text-transform: uppercase;
    color: #848484;
    font-size: 14px;
    margin-left: 10px;
}
.news-block .lower-content1 .link-box {
    position: relative;
    float: right;
}
.news-block .lower-content1 .link-box .icon1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    background-image: url(../images/arrow-right.png);
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box:hover .lower-content1 .link-box .icon1 {
    right: 100%;
    margin-right: 10px;
}
.news-block .lower-content1 .link-box a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #c92720;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .lower-content1 .link-box a:hover {
    text-decoration: underline;
}
/*********************/
.inn_ser_para p {
    font-size: 14.5px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 22px;
	text-align:center;
}
.inn_ser_para {
	padding-bottom:30px;
}
a.service_btn {
	padding: 15px 35px;
	border-radius: 5px;
	position: relative;
	z-index: 3;
	border: 1px solid transparent;
	-webkit-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
	margin:0 auto;
	display:table;
	overflow: hidden;
}
.service_btn:after {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #224B83;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.service_btn:hover:after {
	height: 100%;
}
.service_btn span {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.service_btn {
	background: #416b9d;
}
.service_btn:hover span {
	color: #000;
}
.service_btn span {
	color: #fff;
}
/**************************/
.inn_career_para {
	padding-top:35px;
}
.inn_career_para h4 {
    font-size: 20px;
    color: #f00;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-bottom: 5px;
    position: relative;
}
.inn_career_para h4:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 15%;
    height: 2px;
    background: #f00;
}
.inn_career_para p {
    font-size: 14.5px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 22px;
    padding-top: 10px;
}
.career_sec ul {
	padding-top:30px;
}
.career_sec ul li {
    list-style: none; 
    color: #fff;
    margin: 0px 0px 5px 0px;
    padding: 12px 12px 12px 12px;
    background: #416b9d;
}
.career_sec ul li div {
    float: right;
}
.career_sec ul li .apply a {
    text-align: center;
    padding: 5px 15px;
    background: #fff;
}
.career_sec ul li h6 {
	color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
}
.career_sec ul li a {
	color:#000;
	text-transform:uppercase;
	letter-spacing:0.50px;
	font-size: 12px;
}
.career_sec ul li .apply a:hover {
	color:#fff;
	background:#000;
}
/********************************/
#inn_mil_section {
	padding: 0 0 100px 0;
    margin-top: -30px;
    background: #f6f6f6;
}
.timeline {
	position:relative;
	margin:50px auto;
	padding:40px 0;
	width:1000px;
	box-sizing:border-box;
}
.timeline:before {
	content:'';
	position:absolute;
	left:50%;
	width:2px;
	height:100%;
	background:#c5c5c5;
}
.timeline ul li {
	list-style:none;
	position:relative;
	width:50%;
	padding:20px 40px;
	box-sizing:border-box;
}
.timeline ul li:nth-child(odd) {
	float:left;
	text-align:right;
	clear:both;
}
.timeline ul li:nth-child(even) {
	float:right;
	text-align:left;
	clear:both;
}
.content{
	margin-bottom:20px;
	background: #fff;
	padding:20px;
    -webkit-box-shadow: 2px 3px 20px -7px rgba(0,0,0,0.30);
    -moz-box-shadow: 2px 3px 20px -7px rgba(0,0,0,0.30);
    box-shadow: 2px 3px 20px -7px rgba(0,0,0,0.30);
}
.timeline ul li:nth-child(odd):before {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	top:24px;
	right:-6px;
	background:rgba(185,55,49,1);
	border-radius:50%;
	box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li:nth-child(even):before {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	top:24px;
	left:-4px;
	background:rgba(185,55,49,1);
	border-radius:50%;
	box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li h3 {
	color:rgba(233,33,99,1);
	font-weight:600;
}
.timeline ul li p {
   /* margin:10px 0 0; */
   font-size:14.5px;
}
.timeline ul li .time h4 {
	font-size:18px;
}
.timeline ul li:nth-child(odd) .time {
	position:absolute;
	top:12px;
	right:-130px;
	padding:8px 16px;
	background:rgba(65,107,157,1);
	color:#fff;
	border-radius:18px;
	box-shadow:0 0 0 3px rgba(59,100,154,0.3);
}
.timeline ul li:nth-child(even) .time {
	position:absolute;
	top:12px;
	left:-130px;
	padding:8px 16px;
	background:rgba(65,107,157,1);
	color:#fff;
	border-radius:18px;
	box-shadow:0 0 0 3px rgba(59,100,154,0.3);
}
@media(max-width:1000px) {
	.timeline{
		width:100%;
	}
}
@media(max-width:767px){
	.timeline {
		width:100%;
		padding-bottom:0;
	}
	.timeline:before {
		left:20px;
		height:98%;
	}
   .timeline ul li:nth-child(odd),
   .timeline ul li:nth-child(even) {
		width:100%;
		text-align:left;
		padding-left:50px;
		padding-bottom:50px;
	}
	.timeline ul li:nth-child(odd):before,
	.timeline ul li:nth-child(even):before {
		top:-18px;
		left:16px;
	}
	.timeline ul li:nth-child(odd) .time,
	.timeline ul li:nth-child(even) .time{
		top:-30px;
		left:50px;
		right:inherit;
	}
}
/***********************************/
.inn_medical_bx {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 10px 5px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}
.inn_medical_img {
    /* padding-bottom: 30px; */
}
.inn_medical_hed h6 a {
	font-size: 15px;
	color: #f00;
	display:block;
	letter-spacing: 0.50px;
	text-transform: capitalize;
	text-align:center;
}
.inn_medical_hed h6 a:hover {
	color:#033d7d;
}
.inn_medical_hed {
	 padding-top:30px;
}
/******************************/
.inn_service_bx {
    padding: 15px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 10px 5px rgba(0,0,0,0.1);
    margin-bottom: 40px;
	border: 4px solid #416b9d;
	height: 110px;
}
.inn_medical_head h4 {
	font-size: 16px;
    color: #224B83;
    font-weight: bold;
    letter-spacing: 1px;
    padding:5px 0 15px 15px;
}
.inn_medical_head1 h4 {
    font-size: 16px;
    color: #224B83;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0 15px 15px;
}
.ser_mg img {
	float:left;
	margin-right: 30px;
}
/******************************/
.inn_api_lst {
	position:relative;
	padding-bottom:2rem;
}
.inn_api_lst ul li {
    list-style: none;
    width: auto;
    height: auto;
    color: #fff;
    margin: 0px 0px 7px 0px;
    padding: 15px 15px 15px 15px;
    vertical-align: top;
    background: #416b9d;
    text-align: left;
}
.inn_api_lst ul li h6 {
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
    display: table-cell;
    vertical-align: middle;
}
.inn_api_lst ul li a {
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.50px;
	transition: all .5s ease-out;
}
.inn_api_lst ul li a:hover i {
	color:#f00;
	margin-left:12px;
	transition: all .5s ease-out;
}
.inn_api_lst ul li a:hover {
	color:#f00;
}
/**********************/
.inn_api_para h3 {
	font-size:24px;
	color:#224B83;
	letter-spacing:1px;
	text-transform:capitalize;
	padding-bottom:5px;
	margin-bottom:20px;
	position:relative;
}
.inn_api_para h3:after {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:15%;
	height:2px;
	background:#224B83;
}
.inn_api_para p {
    font-size: 13px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 22px;
    padding-bottom: 12px;
}
.inn_api_anch {
    text-align: left;
    border: solid 1px #ccc;
    width: 180px;
    border-radius: 50px;
    float: left;
    margin-top: 20px;
    background: linear-gradient(to right, #224B83 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
.inn_api_anch a i {
	margin-right:5px;
	font-size:12px;
	color:#000;
	transition: all .5s ease-out;
}
.inn_api_anch a {
    display: block;
	color:#000;
	font-size:13px;
	line-height:32px;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
}
.inn_api_anch:hover{
    color: #2d2f8a;
    background-position: left bottom;
}
.inn_api_anch:hover i {
	color:#fff;
	margin-left:-10px;
	transition: all .5s ease-out;
}
.inn_api_anch:hover a {
	color:#fff;
	font-weight:normal;
}
/************************/
.inn_categ_lst ul li {
	float:left;
	padding-right:15px;
}
.inn_categ_lst ul li a {
	display: block;
	color:#2d2f8a;
	font-size:15px;
	letter-spacing:0.50px;
	transition: all .5s ease-out;
	font-family: 'Montserrat', sans-serif;
	border-bottom:1px solid transparent;
}
.inn_categ_lst ul li a i {
	margin-left:5px;
}
.inn_categ_lst ul li a:hover {
	color:#224B83;
}
.inn_categ_lst:hover a {
	margin-left:10px;
	border-bottom:1px solid #000;
	transition: all .5s ease-out;
}
/***********************/
#inn_blog_main {
    padding: 30px 0 80px 0;
}
.inn_blg_bx img {
	/* margin-bottom:40px; */
	margin: 0 auto 40px;
    display: table;
}
.inn_blg_dtl h4 {
	font-size: 20px;
    color: #224B83;
    letter-spacing: 0.50px;
	line-height: 24px;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.inn_blg_dtl h5 {
	font-size: 18px;
    color: #000;
    letter-spacing: 0.50px;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.inn_blg_dtl span {
	font-size: 14px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
    line-height: 22px;
    padding-bottom: 15px;
	display:block;
}
.inn_blg_dtl p span {
	font-size: 14px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
    line-height: 22px;
    padding-bottom: 10px;
	padding-left:10px;
	padding-top:10px;
	border-left:1px solid #3e3e3e;
	display:block;
}
.inn_blg_dtl p {
	font-size: 14px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
    line-height: 22px;
    padding-bottom: 15px;
	display:block;
}
.inn_blg_lft_prv {
	padding-top:20px;
}
.inn_blg_rht {
	padding-left: 30px;
}
.prv_anch a {
    font-size: 15px;
    line-height: 30px;
    color: #c92720;
}
.prv_anch a:hover {
	color:#000;
}
.inn_blg_dtls {
	margin-bottom: 40px;
    border: 1px solid #ececec;
	background:#f7f7f7;
    padding: 25px;
    text-align: center;
}
.inn_blg_dtls h5 {
	font-size: 18px;
    color: #224B83;
    letter-spacing: 0.50px;
    line-height: 24px;
    text-transform: capitalize;
    padding-bottom: 4px;
	position:relative;
	text-transform:uppercase;
	font-weight:bold;
}
.inn_blg_dtls h5:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
	right:0;
	margin:0 auto;
    width: 30%;
    height: 1px;
    background: #224B83;
}
.inn_blg_dtls img {
	margin:20px 0;
}
.inn_blg_dtls p {
	font-size: 13px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
    line-height: 22px;
	display:block;
}
.rw_lst {
	padding-top:20px;
}
.inn_blg_lst img {
	margin:0px;
	border:1px solid #ececec;
}
.inn_blg_lst_rh h6 a {
	font-size: 13px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
	text-align:left;
	line-height:22px;
	display:block;
}
.inn_blg_lst_rh h6 a:hover {
	color:#224B83;
}
.blg_pd {
	padding-left:0px;
}
.inn_blg_hd span {
	font-size: 14px;
    color: #033d7d;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
	font-weight:bold;
    padding-bottom: 10px;
	display:block;
	text-align:left;
}
.inn_blg_list ul {
	margin:15px auto 0;
	display:table;
}
.inn_blg_list ul li {
	float:left;
	padding:0 10px;
}
.inn_blg_list ul li a i {
	font-size:15px;
	color:#3e3e3e;
}
.inn_blg_list ul li a i:hover {
	color:#033d7d;
}
.inn_blg_dtl h6 {
	font-size: 15px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
	text-align:left;
	line-height:22px;
	font-weight:bold;
	padding-bottom:10px;
	display:block;
}
/**********************/
input[type=text],
[type=email],
[type=number],
textarea,
select {
	/* width: 100%; */
	/* max-width: 100%; */
	/* padding: 10px; */
	/* margin: 2px; */
	/* display: inline-block; */
	/* border: 1px solid #cccccc; */
	/* border-radius: 4px; */
	/* box-sizing: border-box; */
	/* font-size: .80rem; */
}
.quickcontact textarea {
	font-size: .80rem;
}
input[type=submit] {
	width: 100%;
	max-width: 100%;
	background-color: #800000;
	color: #ffffff;
	padding: 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
input[type=submit]:hover {
	background-color: #003366;
	max-width: 100%;
}
#btnsubmit1 {
	width: 100%;
	max-width: 100%;
	background-color: #800000;
	color: #ffffff;
	padding: 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
#btnsubmit1:hover {
	background-color: #003366;
	max-width: 100%;
}
.btn1 {
	width: 100%;
	max-width: 100%;
	background-color: #800000;
	color: #ffffff;
	padding: 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.max {
	z-index:1000; 
	border: #800000 thick solid; 
	position: fixed;
	width: 220px; 
	right: 0px; 
	bottom: 0px; 
	border-radius: 5px;
	max-width: 100%; 
	background-color:#f2f2f2; 
	padding: 5px;
}
.quickcontact {
	right: 0px;
	bottom: 0px;
	max-width: 100%;
	background-color: #f2f2f2;
	display:none;
}
.inn_career_para0 p {
    font-size: 14px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
    line-height: 22px;
	padding-top:30px;
    text-align: center;
}

/*************************/

.social-icon ul {
	margin-top:20px;
    display: table;
	opacity:1;
}
.social-icon ul li {
    float: left;
    padding-right: 7px;
}
.social-icon ul li a {
	opacity:1;
}
.social-icon ul li a i {
    width: 36px;
    height: 36px;
    line-height: 33px;
    font-size: 15px;
    text-align: center;
    transition: all .8s;
    -webkit-transition: 0.8s ease;
}
.icon1 i {
    background: #4d6bb3;
    color: #fff;
    border: 2px solid #fff;
}
.social-icon ul li a:hover i {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    border-radius: 5px;
}
.twitter_icon i {
	background:#2ab1e1;
	color:#fff;
	border:2px solid #fff;
}
.instragram_icon i {
	background: linear-gradient(to bottom right, #d03462 0%, #68549f 100%);
	color:#fff;
	border:2px solid #fff;
}

/*************************/
.nutraceuticals_list {
	padding:0 0 10px 0;
}
.nlist_hed h4 {
	font-size: 20px;
    color: #f00;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-bottom: 10px;
	/* margin-bottom:15px; */
    position: relative;
}
.nlist_hed h4:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 6%;
    height: 2px;
    background: #f00;
	display:none;
}
.nlist_hed ul li i {
	font-size:12px;
	color:#033c7b;
	margin-right:5px;
}
.nlist_hed ul li {
	font-size: 14px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
    line-height: 24px;
}
/************************/
.tp_foot_hed span {
	display:block;
	color: rgba(255,255,255,0.8);
	font-size:12px;
	opacity: 0.85;
	padding-left:10px;
	margin:5px 0;
}
.tp_foot_hed span a {
	color: rgba(255,255,255,0.8);
    font-size: 14px;
    letter-spacing: 0.25px;
    opacity: 0.85;
	padding-left:5px;
}
.tp_foot_hed span a:hover {
    opacity: 1;
}